Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure it also works in scrolling parents #4

Merged
merged 1 commit into from Feb 2, 2013

Conversation

fhackenberger
Copy link
Contributor

Until this patch the appear plugin did not fire any events in the following scenario:

<body>
<div>
  ....
  <div style="overflow-y: scroll">
    .....
    <div class="appear-marker"></div>
  </div>
  ....
</div>
</body>

Until this patch the appear plugin did not fire any events in the following scenario:

<body>
<div>
  ....
  <div style="overflow-y: scroll">
    .....
    <div class="appear-marker"></div>
  </div>
  ....
</div>
</body>
morr added a commit that referenced this pull request Feb 2, 2013
Make sure it also works in scrolling parents
@morr morr merged commit 075573a into morr:master Feb 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants